home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / jlut522.zip / HLP.ZIP / PR.HLP < prev    next >
Text File  |  1993-05-02  |  3KB  |  67 lines

  1.  
  2.  
  3. ┌────────────────────────────────┐
  4. │ Option:  PR  PRINTING ROUTINES │
  5. └────────────────────────────────┘
  6.  
  7. ┌─Explanation────────────────────────────────────────────────────────────────┐
  8. └────────────────────────────────────────────────────────────────────────────┘
  9.  
  10.   Why should i use this option, you will ask. There are the options
  11.   MO, CO and BA (Monitor Levels, Compile UserNameFile & JLBANK).
  12.   The Option Compile UserNameFile uses a File, which has a specific
  13.   format, which is explained in CO.HLP. With this option here, you
  14.   can use the informations in this File. Sometimes you want to
  15.   write a letter to the Users listened in the UserNameFile. Perhaps
  16.   an invitation to come to a UserMeeting or just an invoice. And
  17.   as you know, JLUTIL can be quite helpful, if you are running a
  18.   chargeable BBS. With IL (Inspect LogFile) you can make the
  19.   Invoices and with this option here, you can print the envelops
  20.   or the address labels. The records, which should be printed,
  21.   must be marked with an asteristic ('*') in the first column.
  22.   You can setup a File, which will be printed. Within this File
  23.   you can use the normal Variables (read MS.HLP) and the following:
  24.  
  25.   ┌────────────────────────────────────────────────────────────────┐
  26.   │       @RNA     Receiver's Name                                 │
  27.   │       @RST     Receiver's Street                               │
  28.   │       @RCI     Receiver's City                                 │
  29.   │       @RCO     Receiver's Country (this will available         │
  30.   │                                    in the future)              │
  31.   │       CHR(xx)  somewhere in the Text. xx is a Number.          │
  32.   │                eg: CHR(12) = FormFeed                          │
  33.   └────────────────────────────────────────────────────────────────┘
  34.  
  35.   So you can make your own Reports, Envelops, Forms, etc. Look at
  36.   ENVELOPE.TXT and PAYUSER.BBS, if you want an example. If you don't
  37.   see any use of this option, please setup your own USER.BBS and
  38.   then your own REPORT.TXT. And now please run this option. You
  39.   will like it, because it is an easy way to print the informations
  40.   in the UserFile. And with MO (Monitor Levels) you can use the
  41.   with CO (COMPILE UserNameFile) compiled UserNameFile to monitor
  42.   the levels of your Users.
  43.  
  44.  
  45. ┌─Syntax─────────────────────────────────────────────────────────────────────┐
  46. └────────────────────────────────────────────────────────────────────────────┘
  47.   JLUTIL /PR [FileName,FormName] [-Switches]
  48.  
  49.  
  50. ┌─Switch──────Description────────────────────────────────────────────────────┐
  51. └────────────────────────────────────────────────────────────────────────────┘
  52.   No Switches available at this time.
  53.  
  54.  
  55. ┌─Parameter───Description────────────────────────────────────────────────────┐
  56. └────────────────────────────────────────────────────────────────────────────┘
  57.   FileName    Please specify the FileName, which holds the UserInformations.
  58.   FormName    This Form will be printed using the UserInformations. You can
  59.               use CHR(xx) and some Variables.
  60.  
  61.  
  62. ┌─Examples───────────────────────────────────────────────────────────────────┐
  63. └────────────────────────────────────────────────────────────────────────────┘
  64.   JLUTIL /PR PAYUSER.BBS,ENVELOPE.TXT
  65.  
  66.  
  67.